home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / M / MacPerl 4.13 source.sit / Perl Source ƒ / MacPerl / MPConsole.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-27  |  508 b   |  19 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Standalone Perl
  3. File        :    MPConsole.cp    -    Console interface for GUSI
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C/C++
  6.  
  7. $Log: MPConsole.h,v $
  8. Revision 1.1  1994/02/27  23:02:58  neeri
  9. Initial revision
  10.  
  11. Revision 0.1  1993/08/14  00:00:00  neeri
  12. WIOSELECT
  13.  
  14. *********************************************************************/
  15.  
  16. #define WIOSELECT (('w'<<8)|0x00)    /* Put window to front */
  17.  
  18. void CloseConsole(Ptr cookie);
  19.